home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / elv18src.zip / vmssetup.com < prev    next >
Text File  |  1994-01-28  |  577b  |  14 lines

  1. $! VMSSETUP.COM         Last modified   2-AUG-1991/JDC
  2. $! Define foreign commands needed for Elvis running on a VMS machine
  3. $!
  4. $!
  5. $ front = f$logical( "SYS$DISK" ) + f$directory()
  6. $!
  7. $ vi == "$" + f$parse( front, "elvis.exe" ) - ";"
  8. $ view == "$" + f$parse( front, "elvis.exe" ) - ";" + " ""-R"""
  9. $ ex == "$" + f$parse( front, "elvis.exe" ) - ";" + " ""-e"""
  10. $ input == "$" + f$parse( front, "elvis.exe" ) - ";" + " ""-i"""
  11. $ ctags == "$" + f$parse( front, "ctags.exe" ) - ";"
  12. $ ref  == "$" + f$parse( front, "ref.exe" ) - ";"
  13. $ fmt  == "$" + f$parse( front, "fmt.exe" ) - ";"
  14.